home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / G.HLP < prev    next >
Text File  |  1989-11-23  |  794b  |  22 lines

  1.  
  2.                      SUBROUTINE Call Command
  3.  
  4.     The SUBROUTINE Call command is used to execute a subroutine
  5. and return to a specified address.
  6.  
  7.     Upon invocation, the SUBROUTINE Call command ask you for the
  8. address of a subroutine to execute. You must reply with a valid
  9. hex-decimal number. It then asks for a return address. This is the
  10. address to which the subroutine returns. You may specify a valid
  11. hex-decimal address or default the question. If you default the
  12. question, the subroutine returns to the address contained in the
  13. Program Counter Register.
  14.  
  15.     This command allows you to "patch" code by causing execution
  16. of a subroutine which would not normally be executed. You may also
  17. use this command to test subroutines before the calling program is
  18. completed.
  19.  
  20. %END
  21.  
  22.